home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tex / style / misc / ltgtsim.sty < prev    next >
Text File  |  1995-11-25  |  679b  |  16 lines

  1. % Save file as: LTGTSIM.STY            Source: FILESERV@SHSU.BITNET  
  2. % Posted by thompson@stars.gsfc.nasa.gov (BILL THOMPSON) to comp.text.tex
  3. % on 29 Jul 91 15:41:26 GMT
  4.  
  5. %  The commands \ltsim and \gtsim combine the symbols < ~ and > ~ respectively.
  6. %  The commands \ltsimscript and \gtsimscript do the same in subscripts.
  7.  
  8. \newcommand{\ltsim}{\protect\raisebox{-0.5ex}{$\:\stackrel{\textstyle <}
  9.     {\sim}\:$}}
  10. \newcommand{\gtsim}{\protect\raisebox{-0.5ex}{$\:\stackrel{\textstyle >}
  11.     {\sim}\:$}}
  12. \newcommand{\ltsimscript}{\protect\raisebox{-0.5ex}{$\stackrel{\scriptstyle <}
  13.     {\sim}$}}
  14. \newcommand{\gtsimscript}{\protect\raisebox{-0.5ex}{$\stackrel{\scriptstyle >}
  15.     {\sim}$}}
  16.